Useful flags:
-r
Sort in reverse order-t
Use file modification time as sort key
To sort files in reverse chronological modification order:
ls -lrt <path>
Jul 31, 20241 min read
Useful flags:
-r
Sort in reverse order-t
Use file modification time as sort keyTo sort files in reverse chronological modification order:
ls -lrt <path>